Dynamicweb 8 Documentation
SetActiveState(Int32[],Boolean) Method

Item IDs to process.
Value indicating whether items are active.
Switches items specified by array of their IDs active/inactive state.
Syntax
'Declaration
 
Public Overloads Shared Sub SetActiveState( _ 
   ByVal ids() As Integer, _ 
   ByVal state As Boolean _ 
) 
public static void SetActiveState( 
   int[] ids,
   bool state 
)

Parameters

ids
Item IDs to process.
state
Value indicating whether items are active.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Path Class
Path Members
Overload List

Send Feedback